home *** CD-ROM | disk | FTP | other *** search
/ Dream Season 1996 - Flor…a's National Championship / Florida's National Championship on CD-ROM - Dream Season 1996.iso / mac / Dream Season '96 / Dream Season '96.DXR / 00220_Unload media.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  220 b   |  11 lines

  1. on mouseDown
  2.   set name to the mouseCast
  3.   if the castType of cast name = #text then
  4.     if the mouseH > (320 + (the width of cast name / 2) - 40) then
  5.       exit
  6.     end if
  7.   end if
  8.   LoadMedia(0)
  9.   dontPassEvent()
  10. end
  11.